projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7c2fe3
)
; Fix :type of text-mode-ispell-word-completion.
author
Basil L. Contovounesios
<basil@contovou.net>
Wed, 28 Feb 2024 16:02:41 +0000
(17:02 +0100)
committer
Basil L. Contovounesios
<basil@contovou.net>
Wed, 28 Feb 2024 16:04:20 +0000
(17:04 +0100)
lisp/textmodes/text-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/text-mode.el
b/lisp/textmodes/text-mode.el
index 87f6668cecb628d7dcd052dbfc2defc410ff8b6f..e8e1f4898ce3d3640cc0c8141aad717f0b00018a 100644
(file)
--- a/
lisp/textmodes/text-mode.el
+++ b/
lisp/textmodes/text-mode.el
@@
-88,7
+88,7
@@
nor does it extend `completion-at-point-functions'.
This user option only takes effect when you customize it in
Custom or with `setopt', not with `setq'."
:group 'text
- :type '
boolean
+ :type '
(choice (const completion-at-point) boolean)
:version "30.1"
:set (lambda (sym val)
(if (and (set sym val)